Autogenerated HTML docs for v1.6.1-230-gf873d
diff --git a/config.txt b/config.txt index 6b3ac5a..290cb48 100644 --- a/config.txt +++ b/config.txt
@@ -635,7 +635,7 @@ will enable basic rename detection. If set to "copies" or "copy", it will detect copies, as well. -diff.suppress-blank-empty:: +diff.suppressBlankEmpty:: A boolean to inhibit the standard behavior of printing a space before each empty output line. Defaults to false.
diff --git a/git-config.html b/git-config.html index d52e842..332a37c 100644 --- a/git-config.html +++ b/git-config.html
@@ -1677,7 +1677,7 @@ </p> </dd> <dt> -diff.suppress-blank-empty +diff.suppressBlankEmpty </dt> <dd> <p> @@ -3048,7 +3048,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2009-01-14 08:49:42 UTC +Last updated 2009-01-21 10:51:01 UTC </div> </div> </body>
diff --git a/gittutorial-2.html b/gittutorial-2.html index de0417b..1c9e5ba 100644 --- a/gittutorial-2.html +++ b/gittutorial-2.html
@@ -342,12 +342,12 @@ $ echo 'hello world' > file.txt $ git add . $ git commit -a -m "initial commit" -[master (root-commit)] created 54196cc: "initial commit" +[master (root-commit) 54196cc] initial commit 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 file.txt $ echo 'hello world!' >file.txt $ git commit -a -m "add emphasis" -[master] created c4d59f3: "add emphasis" +[master c4d59f3] add emphasis 1 files changed, 1 insertions(+), 1 deletions(-)</tt></pre> </div></div> <div class="para"><p>What are the 7 digits of hex that git responded to the commit with?</p></div> @@ -724,7 +724,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-12-10 08:33:33 UTC +Last updated 2009-01-21 10:51:01 UTC </div> </div> </body>
diff --git a/gittutorial-2.txt b/gittutorial-2.txt index a057b50..dc8fc3a 100644 --- a/gittutorial-2.txt +++ b/gittutorial-2.txt
@@ -32,12 +32,12 @@ $ echo 'hello world' > file.txt $ git add . $ git commit -a -m "initial commit" -[master (root-commit)] created 54196cc: "initial commit" +[master (root-commit) 54196cc] initial commit 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 file.txt $ echo 'hello world!' >file.txt $ git commit -a -m "add emphasis" -[master] created c4d59f3: "add emphasis" +[master c4d59f3] add emphasis 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------------------------